home *** CD-ROM | disk | FTP | other *** search
/ Spidla DivX / DivX.bin / CatDV Pro 3.0.8 / lib / parser.jar / com / sun / xml / tree / DataNode$NodeListImpl.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-02-23  |  454 b   |  15 lines

  1. package com.sun.xml.tree;
  2.  
  3. import org.w3c.dom.Node;
  4. import org.w3c.dom.NodeList;
  5.  
  6. final class DataNode$NodeListImpl implements NodeList {
  7.    public int getLength() {
  8.       return 0;
  9.    }
  10.  
  11.    public Node item(int var1) {
  12.       return null;
  13.    }
  14. }
  15.